home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5401 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.ios.com!usenet
  2. From: larrymb@gramercy.ios.com (UNREGISTERED VERSION)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: AddIntServer + VERTB strangeness
  5. Date: 13 Mar 1996 23:29:02 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <579.6646T899T909@gramercy.ios.com>
  8. References: <199603120851.IAA51888@poseidon.bfs.unibol.com> <4i4326$1lh@serpens.rhein.de>
  9. NNTP-Posting-Host: ppp-4.ts-6.hck.idt.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >>How can I ensure that my interrupt server is the *only* one that gets
  13. >>called?
  14. >You must not do this. VBlank servers must allow other servers to run.
  15. >Trying to "take over" is not legal. If you want to be so user annoying
  16. >you should kill the OS, take over the hardware and require a reboot later.
  17.   Why must you not do that? You don't need to re-boot afterwards. You can
  18. safely shut everything down, do your direct stuff, then safely restore
  19. everythign when your program is finished running. For WWW Browsers or Imagine,
  20. etc. it isn't good but for demos and games it can be.
  21.  
  22.